From: Richard M. Stallman Date: Fri, 10 May 2002 01:02:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57212 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ccc8c8bbf3607d1260db2d69c015182872eb69a0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a946a4fcb8a..f275d742596 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-05-09 Richard M. Stallman + * mail/rmail.el (rmail-show-message): + Catch error in check-coding-system. + * progmodes/compile.el (compilation-error-regexp-alist): New element to recognize Python error messages. diff --git a/src/ChangeLog b/src/ChangeLog index c3cfcf14cd5..8e4046b3e49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-09 Richard M. Stallman + + * search.c (Freplace_match): Doc fix. + 2002-05-09 Kim F. Storm * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):